build: Remove wrong kwargs from a11y test()s
authorTimm Bäder <mail@baedert.org>
Tue, 15 Aug 2017 12:48:43 +0000 (14:48 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 15 Aug 2017 12:56:13 +0000 (14:56 +0200)
test() does not take install: or install_dir: kwargs.

testsuite/a11y/meson.build

index f518bcf07161cf786fe68a0b469a338727e3db57..b5e0814eeb0b7d2f497fda8f79224e00bd31de33 100644 (file)
@@ -18,9 +18,7 @@ foreach t: a11y_tests
                     '@0@.c'.format(t),
                     dependencies: libgtk_dep),
         args: [ '--tap', '-k', ],
-        env: installed_test_env,
-        install: true,
-        install_dir: installed_test_bindir)
+        env: installed_test_env)
 endforeach
 
 a11y_installed_tests = [